All Questions
7 questions
0votes
0answers
104views
Hosting Angular 1.5 Component in a Bootstrap 3 popover
I have an Angular 1.5 Component that works fine on a vanilla HTML page, but when I try to embed it in a Bootstrap popover, it sort-of-only-but-not quite works. The component does a little keyboard ...
0votes
1answer
61views
Controlling Angular Directive From Controllers
i have a angular directive which acts like a login popup.This directive opens a popup page. modal = angular.module('Directive.Modal',[]); modal.directive('modalLogin',function() { return { ...
0votes
1answer
742views
Toggling a Twitter Bootstrap (3.x) Modal using AngularJS
I've been trying to get a Bootstrap Model to be hidden on load, and then show it after clicking a button, but have been unsuccessful so far. I am pretty new to AngularJS so bear with me if I'm not ...
1vote
0answers
71views
Nesting AngularJS Directives That Require Communication?
Can I nest two of the same directives that require communication with the parent (AngularJS Docs: Creating Directive that Communicate)? I am attempting to implement an AngularJS solution to Bootstrap'...
1vote
1answer
2kviews
Passing a method to an angular directive ng-click event post declaration
In Angular and using Bootstrap 3.0, I would like to open a modal window to confirm an action where the modal action button continues to complete the request. I have put the modal code into a ...
0votes
1answer
1kviews
Tooltips with Bootstrap 3
The following displays tooltips with only ~7 characters per line: img ng-src="images/example.png" tooltip="Site up to date" tooltip-placement="bottom" Tooltips should appear with ~30 characters on ...
14votes
3answers
14kviews
Angular Dialog directives with Bootstrap 3
We're trying to migrate from Bootstrap 2.3.2 to Bootstrap 3 (RC1) and are having problems with the AngularJS Dialog directive. On clicking the relevant button no dialogue popup appears (the page ...